object Editor: TEditor Left = 260 Top = 140 Width = 387 Height = 246 Caption = 'Language editor' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsMDIChild Position = poScreenCenter Visible = True OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 4 Width = 361 Height = 93 Alignment = taCenter AutoSize = False Caption = 'The heart of the TMultLang component is the Language Editor wher' + 'e you maintain all languages. It is very easy and you can add ne' + 'w languages with just a few mouse clicks. This editor is also lo' + 'calized to suit many users.' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 44 Top = 144 Width = 297 Height = 29 Caption = 'Enter the new RAD world, get productive' TabOrder = 0 OnClick = Button1Click end object MultLang1: TMultLang Left = 240 Top = 100 Width = 129 Height = 22 AlignIcon = alLeft AlignText = alLeft IconMargin = 1 ItemHeight = 16 Items.Strings = ( 'English' 'Swedish') ShowIcons = False Text = 'English' ResizeIcon = False TextMargin = 5 DefaultLanguage = 'English' LanguageFile = '%EXEPath%Mdiapp.lan' LanguagesData = {} end end